The StrokeThickness.
When true, lines are antialised
BeginLineStrips Method (BaseSceneEntity<T>)

Begins an Immediate Lines Mesh, which can be used to draw dynamic disjointed (discontinuous) 3D lines on the fly.

Accepts System.Single StrokeThickness which defines the stroke thickness in world coordinates for the line

Syntax
public ILinesMesh BeginLineStrips( 
   float strokeThickness,
   bool isAntialiased
)

Parameters

strokeThickness
The StrokeThickness.
isAntialiased
When true, lines are antialised

Return Value

The ILinesMesh which can be used for creating dynamic 3D lines on the fly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also